home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / cvs-960311 / lib / cvs / contrib / README < prev    next >
Encoding:
Text File  |  1996-01-19  |  4.6 KB  |  98 lines

  1. $CVSid: @(#)README 1.12 94/09/25 $
  2.  
  3. This "contrib" directory is a place holder for code/scripts sent to
  4. me by contributors around the world.  This README file will be kept
  5. up-to-date from release to release.  BUT, I must point out that these
  6. contributions are really, REALLY UNSUPPORTED.  In fact, I probably
  7. don't even know what they do.  Nor do I guarantee to have tried them,
  8. or ported them to work with this CVS distribution.  If you have questions,
  9. you might contact the author, but you should not necessarily expect
  10. a reply.  USE AT YOUR OWN RISK -- and all that stuff.
  11.  
  12. "Unsupported" also means that noone has volunteered to accept and
  13. check in changes to this directory.  So submissions for new scripts to
  14. add here are unlikely to be accepted.  Suggested changes to the
  15. existing scripts here conceivably might, but that isn't clear either.
  16. The exception is pcl-cvs; that is more actively maintained (see
  17. pcl-cvs/README).
  18.  
  19. Contents of this directory:
  20.  
  21.     README        This file.
  22.     log        A perl script suitable for including in your
  23.             $CVSROOT/CVSROOT/loginfo file for logging commit
  24.             changes.  Includes the RCS revision of the change
  25.             as part of the log.
  26.             Contributed by Kevin Samborn <samborn@sunrise.com>.
  27.     pcl-cvs        A directory that contains GNU Emacs lisp code which
  28.             implements a CVS-mode for emacs.
  29.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  30.     commit_prep    A perl script, to be combined with log_accum.pl, to
  31.     log_accum    provide for a way to combine the individual log
  32.             messages of a multi-directory "commit" into a
  33.             single log message, and mail the result somewhere.
  34.             Can also do other checks for $Id and that you are
  35.             committing the correct revision of the file.
  36.             Read the comments carefully.
  37.             Contributed by David Hampton <hampton@cisco.com>.
  38.     mfpipe        Another perl script for logging.  Allows you to
  39.             pipe the log message to a file and/or send mail
  40.             to some alias.
  41.             Contributed by John Clyne <clyne@niwot.scd.ucar.edu>.
  42.     rcs-to-cvs    Script to import sources that may have been under
  43.             RCS control already.
  44.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  45.     cvscheck    Identifies files added, changed, or removed in a
  46.     cvscheck.man    checked out CVS tree; also notices unknown files.
  47.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  48.     cvshelp.man    An introductory manual page written by Lowell Skoog
  49.             <fluke!lowell@uunet.uu.net>.  It is most likely
  50.             out-of-date relative to CVS 1.3, but still may be
  51.             useful.
  52.     dirfns        A shar file which contains some code that might
  53.             help your system support opendir/readdir/closedir,
  54.             if it does not already.
  55.             Copied from the C-News distribution.
  56.     rcslock        A perl script that can be added to your commitinfo
  57.             file that tries to determine if your RCS file is
  58.             currently locked by someone else, as might be the
  59.             case for a binary file.
  60.             Contributed by John Rouillard <rouilj@cs.umb.edu>.
  61.     ccvs-rsh    A Perl script which allows "rsh pipelines" to
  62.             be built in order to use Cyclic CVS from
  63.             behind some varieties of firewall.
  64.     cvs_acls    A perl script that implements Access Control Lists
  65.             by using the "commitinfo" hook provided with the
  66.             "cvs commit" command.
  67.             Contributed by David G. Grubbs <dgg@ksr.com>.
  68.     descend        A shell script that can be used to recursively
  69.     descend.man    descend through a directory.  In CVS 1.2, this was
  70.             very useful, since many of the commands were not
  71.             recursive.  In CVS 1.3 (and later), however, most of
  72.             the commands are recursive.  However, this may still
  73.             come in handy.
  74.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  75.     cln_hist    A perl script to compress your
  76.             $CVSROOT/CVSROOT/history file, as it can grow quite
  77.             large after extended use.
  78.             Contributed by David G. Grubbs <dgg@ksr.com>
  79.     sccs2rcs    A C-shell script that can convert (some) SCCS files
  80.             into RCS files, retaining the info contained in the
  81.             SCCS file (like dates, author, and log message).
  82.             Contributed by Ken Cox <kenstir@viewlogic.com>.
  83.     intro.doc    A user's view of what you need to know to get
  84.             started with CVS.
  85.             Contributed by <Steven.Pemberton@cwi.nl>.
  86.     rcs2sccs    A shell script to convert simple RCS files into
  87.             SCCS files, originally gleaned off the network
  88.             somewhere (originally by "kenc") and modified by
  89.             Jerry Jelinek <jerry@rmtc.Central.Sun.COM> and
  90.             Brian Berliner <berliner@sun.com> to increase
  91.             robustness and add support for one-level of branches.
  92.     rcs2log        A shell script to create a ChangeLog-format file
  93.             given only a set of RCS files.
  94.             Contributed by Paul Eggert <eggert@twinsun.com>.
  95.      clmerge        A perl script to handle merge conflicts in GNU
  96.             style ChangeLog files .
  97.             Contributed by Tom Tromey <tromey@busco.lanl.gov>.
  98.